Request Serial Number:
>>  AA 00 01 83 82 BB 
<<  AA 00 0A 00 00 FF FF FF FF FF FF FF FF 0A BB 



Request Software Version:
>>  AA 00 01 86 87 BB 
<<  AA 00 11 00 49 44 54 35 32 37 45 2D 56 35 2E 30 2D 53 45 54 02 BB (49 44 54 35 32 37 45 2D 56 35 2E 30 2D 53 45 54 = IDT527E-V5.0-SET)



Configuration Command for HID Operation Mode

The Bytes in Detail:
AA = Start of Telegram
00 = Device Address
0D = Bytes of Payload (Command + Parameters)
FD = Command Code
3F = 3F (0011.1111) = OFF, C0 (1100.0000) = ON
00 = 00: 14443A LSB
     01: Ultralight Data
	 02: Mifare Data
	 03: Mifare Data + UID
	 04: 15693 UID
	 05: 15693 UID + Data
	 06: 14443A MSB
	 07: 14443A LSB-DEC
	 08: 14443A MSB-DEC
	 NOTE: The following parameters are not supported by the Windows software, but can be used in a terminal software or when coding your own software
     10: LF Read UID LSB of read-only tag type
     11: LF Read UID MSB of read-only tag type
     12: LF Read UID LSB of Hitag1/S tag type
     13: LF Read UID MSB of Hitag1/S tag type
     14: LF Read UID LSB-DEC of Hitag1/S tag type
     15: LF Read UID MSB-DEC of Hitag1/S tag type
     16: LF Read UID LSB and Memory Page from Hitag1/s tag type
     17: LF Read UID MSB and Memory Page from Hitag1/s tag type
     18: LF Read UID LSB-DEC and Memory Page from Hitag1/s tag type
     19: LF Read UID MSB-DEC and Memory Page from Hitag1/s tag type
00 = Memory Position, Blocks (Mifare) or Pages (Ultralight, ISO15693)
FF FF FF FF FF FF = Key A
10 = 10: HEX, 20: ASCII
60 = 60: Key A, 61: Key B
00 = left MSB nibble: Data Position, right LSB nibble: Data Length
CRC 
BB = End of Telegram




Shut OFF HID function:
>>  AA 00 0D FD 3F 00 00 FF FF FF FF FF FF 10 60 00 BF BB 
<<  AA 00 02 00 80 82 BB

The Bytes in Detail
AA = Start of Telegram
00 = Device Address
0D = Bytes of Payload (Command + Parameters)
FD = Command Code
3F = 3F (0011.1111) = Switch HID Operation Mode OFF
00 = 00: HF 14443A LSB
00 = Memory Position, Blocks (Mifare) or Pages (Ultralight, ISO15693)
FF FF FF FF FF FF = Key A
10 = 10: HEX
60 = 60: Key A
00 = left MSB nibble: Data Position, right LSB nibble: Data Length
BF = BCC
BB = End of Telegram




Read Data from Mifare RFID Tag
AA 00 0D FD 3F 00 09 4B FB 5A D0 7C 63 20 60 54 F7
The Bytes in Detail
AA = Start of Telegram
00 = Device Address
0D = Bytes of Payload (Command + Parameters)
FD = Command Code
3F = C0 (1100.0000) = ON
00 = 02: HF Mifare Data
09 = Memory Position, Blocks (Mifare) or Pages (Ultralight, ISO15693)
4B FB 5A D0 7C 63  = Key A
20 = Convert to ASCII
60 = 60: Key A
54 = left MSB nibble: Data Position 5th Byte, right LSB nibble: Data Length 4 Bytes
F7 = BCC
BB = End of Telegram
